Skip to main content
POST
/
auth
/
request-verify-token
Request a verification token
curl --request POST \
  --url https://your_a2_service/auth/request-verify-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
email
string<email>
required

Response

Successful Response